[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VS_Initials() Returns the user's initials NEW
Description:
VS_Initials() is designed to be used in concert with VS_Login(). If
the user successfully logs in, VS_Initials() will return his/her
initials as a three character string.
Syntax:
c_Initials = VS_Initials()
Pass:
Nothing
Return:
c_Initials is a three character expression that will contain the
user's initials, if he/she has successfully logged in with VS_Login()
Notes:
VS_Login() MUST be called prior to using VS_Initials()
Example:
IF VS_Login()
QOut( "Your initials are... "+VS_Initials() )
ENDIF
...
Usage:
See Also:
VS_Login()
VS_MntPwd()
VS_UserName()
VS_ChkAuth()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson